projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08ce5b1
)
(Qface, Qmouse_face): Remove unused externs.
author
Kim F. Storm
<storm@cua.dk>
Sat, 27 Dec 2003 23:19:43 +0000
(23:19 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sat, 27 Dec 2003 23:19:43 +0000
(23:19 +0000)
src/macterm.c
patch
|
blob
|
history
src/w32term.c
patch
|
blob
|
history
diff --git
a/src/macterm.c
b/src/macterm.c
index f0f5a3f47227c635c474fe856592bfd604b6e660..8ef25e438564069e13db4e8f559a6eaf77dc5db3 100644
(file)
--- a/
src/macterm.c
+++ b/
src/macterm.c
@@
-253,8
+253,6
@@
extern Lisp_Object Vcommand_line_args, Vsystem_name;
extern Lisp_Object Vx_no_window_manager;
-extern Lisp_Object Qface, Qmouse_face;
-
extern int errno;
/* A mask of extra modifier bits to put into every keyboard char. */
diff --git
a/src/w32term.c
b/src/w32term.c
index 3e4543471c3de0a2f10447046bdd0c32748f7d38..d7248499c220f13e3f0e68cd5adc04c748826992 100644
(file)
--- a/
src/w32term.c
+++ b/
src/w32term.c
@@
-221,8
+221,6
@@
static int input_signal_count;
extern Lisp_Object Vcommand_line_args, Vsystem_name;
-extern Lisp_Object Qface, Qmouse_face;
-
#ifndef USE_CRT_DLL
extern int errno;
#endif